Developer Documentation

QuickTime 4 API Documentation
QuickTime Music Architecture

| Previous | Chapter Contents | Chapter Top | Next |

QuickTime MIDI Port List

This structure contains a list of QuickTime MIDI port structures.

struct QTMIDIPortList {
    short               portCount;
    QTMIDIPort          port[1];
};
typedef struct QTMIDIPortList QTMIDIPortList;
portCount
The number of MIDI ports in the list.

port
An array of QuickTime MIDI port structures.


© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |